projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d96a1e0
)
* configure.ac (tzset): Remove redundant check.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 11 Jul 2012 07:23:59 +0000
(
00:23
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 11 Jul 2012 07:23:59 +0000
(
00:23
-0700)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index fca05a527c2eb292197238ae4a312f6590689105..1cb5ed3585fc98948da9e645ec967f665ff1755f 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ * configure.ac (tzset): Remove check that's redundant with gnulib.
+
2012-07-11 Glenn Morris <rgm@gnu.org>
* configure.ac (CLASH_DETECTION): Define unconditionally.
diff --git
a/configure.ac
b/configure.ac
index 8220131851584e003afbd6d1050ce7ac24bd118f..e55c40fe77cdfc32e7d925dcb08f69ea19457c39 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3021,7
+3021,7
@@
AC_SUBST(KRB5LIB)
AC_SUBST(DESLIB)
AC_SUBST(KRB4LIB)
-AC_CHECK_FUNCS(tzset)
+AC_CHECK_FUNCS
_ONCE
(tzset)
AC_MSG_CHECKING(whether localtime caches TZ)
AC_CACHE_VAL(emacs_cv_localtime_cache,
[if test x$ac_cv_func_tzset = xyes; then